Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Wireframe Renderers

Labels

ASCII
WireFrame
Binary
wrfr ( = 0x77726672 )

Data Format

No data.

Data Size

0

Description

A wireframe renderer creates line drawings of models. Such a renderer does not decompose polylines or polygons during rendering. It can render all back-facing, point, and edge drawing styles.

Parent Hierarchy

Shared, renderer.

Parent Objects

View hints (sometimes).

Child Objects

None.

Example

Container (
    ViewHints ( )
    Wireframe ( )
    ViewPlaneCamera ( ... )
    PointLight ( ... )
    BeginGroup ( DisplayGroup ( ) )
        .
        .
        .
    EndGroup ( )
)

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |